ul {
    list-style-type: disc;
}
.product-feature{
    padding-bottom: 9rem;
}
h4 {
    font-size: 16px;
}
.slick-slide img {

width: 100%;
}
.slider-c {
    width: 40rem;
  }
  
  .slide img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
  }
  .slick-dots li {
    margin: 0 0.25rem;
  }
  video {
    position: unset;
    object-fit: unset;
    width: 100%;
    transform: unset;
  }

  button{
    font-family: "Sunsonfont";
  } 